ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BoxWhisker<T> Class / ShowMeanMarker Property






In This Topic
    ShowMeanMarker Property (BoxWhisker<T>)
    In This Topic
    Gets or sets a value that determines whether to show the mean marker for the Box and Whisker chart.
    Syntax
    'Declaration
     
    
    Public Property ShowMeanMarker As System.Boolean
    'Usage
     
    
    Dim instance As BoxWhisker(Of T)
    Dim value As System.Boolean
     
    instance.ShowMeanMarker = value
     
    value = instance.ShowMeanMarker
    public System.bool ShowMeanMarker {get; set;}
    public read-write property ShowMeanMarker: System.Boolean; 
    public function get,set ShowMeanMarker : System.boolean
    public: __property System.bool get_ShowMeanMarker();
    public: __property void set_ShowMeanMarker( 
       System.bool value
    );
    public:
    property System.bool ShowMeanMarker {
       System.bool get();
       void set (    System.bool value);
    }
    See Also